home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / DefineButton2_284 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  329b  |  22 lines

  1. on(release){
  2.    tellTarget("/croupier")
  3.    {
  4.       gotoAndPlay(1);
  5.    }
  6.    tellTarget("/cowgirl")
  7.    {
  8.       gotoAndPlay(1);
  9.    }
  10.    tellTarget("/japs")
  11.    {
  12.       gotoAndPlay(1);
  13.    }
  14.    set("_root.:vChef2",1);
  15.    stopAllSounds();
  16.    tellTarget("/")
  17.    {
  18.       gotoAndStop("recepNeu");
  19.       play();
  20.    }
  21. }
  22.